home *** CD-ROM | disk | FTP | other *** search
/ Logiciels PC 13 / Logiciels PC 13 (avril 2000).iso / ZoomAut / Puzzle / puzzle.exe / 0 / RCDATA / TOUVERTURE / TOUVERTURE.txt
Text File  |  1999-12-28  |  2KB  |  88 lines

  1. object Ouverture: TOuverture
  2.   Left = 201
  3.   Top = 109
  4.   BorderStyle = bsDialog
  5.   Caption = 'Ouverture'
  6.   ClientHeight = 256
  7.   ClientWidth = 265
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   OnCreate = FormCreate
  13.   OnMouseMove = FormMouseMove
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object plistefichier: TFileListBox
  17.     Left = 8
  18.     Top = 5
  19.     Width = 121
  20.     Height = 216
  21.     Cursor = 10
  22.     Color = clSilver
  23.     Font.Color = clMaroon
  24.     Font.Height = -11
  25.     Font.Name = 'Arial'
  26.     Font.Style = [fsBold]
  27.     ItemHeight = 14
  28.     Mask = '*.pzz'
  29.     ParentFont = False
  30.     TabOrder = 0
  31.     OnDblClick = plistefichierDblClick
  32.     OnMouseMove = FormMouseMove
  33.   end
  34.   object listerepertoire: TDirectoryListBox
  35.     Left = 136
  36.     Top = 5
  37.     Width = 121
  38.     Height = 191
  39.     Cursor = 9
  40.     Color = clSilver
  41.     Font.Color = clMaroon
  42.     Font.Height = -11
  43.     Font.Name = 'Arial'
  44.     Font.Style = [fsBold]
  45.     ItemHeight = 16
  46.     ParentFont = False
  47.     TabOrder = 1
  48.     OnMouseMove = FormMouseMove
  49.   end
  50.   object Bouvrirannuler: TBitBtn
  51.     Left = 144
  52.     Top = 228
  53.     Width = 75
  54.     Height = 25
  55.     Cursor = 5
  56.     TabOrder = 2
  57.     OnClick = BouvrirannulerClick
  58.     OnMouseMove = FormMouseMove
  59.     Kind = bkCancel
  60.   end
  61.   object listedisque: TDriveComboBox
  62.     Left = 136
  63.     Top = 201
  64.     Width = 121
  65.     Height = 20
  66.     Cursor = 8
  67.     Color = clSilver
  68.     Font.Color = clMaroon
  69.     Font.Height = -11
  70.     Font.Name = 'Arial'
  71.     Font.Style = [fsBold]
  72.     ParentFont = False
  73.     TabOrder = 3
  74.   end
  75.   object bouvrirok: TBitBtn
  76.     Left = 48
  77.     Top = 228
  78.     Width = 75
  79.     Height = 25
  80.     Cursor = 5
  81.     Caption = 'Ok'
  82.     TabOrder = 4
  83.     OnClick = bouvrirokClick
  84.     OnMouseMove = FormMouseMove
  85.     Kind = bkOK
  86.   end
  87. end
  88.